Uncaught TypeError: Cannot read property 'length' of undefined [jQuery]

Posted by macek on Stack Overflow See other posts from Stack Overflow or by macek
Published on 2010-06-14T19:00:49Z Indexed on 2010/06/14 19:02 UTC
Read the original article Hit count: 1171

Filed under:
|
|

I have a plugin that access the length property on many elements. However, the javascript console points to line 12 of jquery.min.js.

How can I backtrace to find which line of my plugin has null variable attempting to access length?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery